Welcome![Sign In][Sign Up]
Location:
Search - arm keil

Search list

[Communication-MobileAN10859_NXP

Description: 恩智浦官方例程,附有中文说明,适合学习。(This software was adapted to work with a Keil MCB1700 board and the Keil RV ARM C-Compiler with as few modifications as possible. Note that modifications are not optimal, because ARM is a 32-bit machine while the original software was written for 16-bit cpu. The web page shows the values of two analog inputs (AN0 and AN1). This tiny webserver needs very little resources and therefore has some restrictions: - only one active TCP session at any one time - no support for fragmented IP datagrams - no buffer for TCP datagrams received in wrong order - only one web page. No GIF/JPG graphics possible. The IP address can be modified in the module tcpip.h to fit into your existing LAN (see MYIP_x). Please order the extra issue 'Embedded Internet' of the 'Design & Elektronik' magazine for a technical description. It is only available in German language.)
Platform: | Size: 1050624 | Author: 大头雕塑 | Hits:

[ARM-PowerPC-ColdFire-MIPSled on off-button

Description: led on off with the buttons
Platform: | Size: 263168 | Author: Peku | Hits:

[ARM-PowerPC-ColdFire-MIPSled on off-waiting counter

Description: led on off with waiting counter
Platform: | Size: 418816 | Author: Peku | Hits:

[Other Embeded programIAR_STM32_Contiki

Description: 本工程使用Contiki V3.0版本,STM32的固件库使用V3.6.1版本,本工程只是完成了内核的移植,还有很多其他协议请自行添加移植。 本例只有IAR的工程,使用的IAR for ARM V 7.30,因为Keil不支持多层目录树结构,因此未做Keil工程。若有朋友做好Keil的工程,还望本着共享精神,与大家同享。(Contiki V3.0 STM32F103 IAR)
Platform: | Size: 45287424 | Author: hiyle | Hits:

[USB developcustom_hid

Description: Custom hid test with Keil arm
Platform: | Size: 17876992 | Author: smtech | Hits:

[SCMflymapleRECEIVE

Description: 将flymapleV1.1中的四个传感器数据,读取adxl345,itg3052,hmc5883,bmp085的数据通过串口输出显示(To read data from four sensors in flymapleV1.1, read adxl345, itg3052, hmc5883, bmp085 data by serial output display)
Platform: | Size: 3567616 | Author: ongaa | Hits:

[ARM-PowerPC-ColdFire-MIPS8X8seg

Description: a code for 8x8 led segment display in keil for arm lpc2148 run in proteus
Platform: | Size: 99328 | Author: bunny@ | Hits:

[Other3.USART串口测试

Description: 使用外设:串口线一跟,通过COM1连接PC ** 实验名:【B】USART_TEST ** keil MDK-ARM Standard Version:V4.22A ** 软件库(keil) Version: V2.0.1 ** 固件库(ST) Version: V *************************************/ /*********************************** ** 实验现象: 1、首先进行常规配置(RCC、NVIC、GPIO),然后配置串口1(115200baud 8位数据位 1位停止位 无奇偶校验位) 2、通过对USART1写操作,完成了向PC发送字符串的功能 3、此实验对串口的操作都是通过调用ST固件库, ** 实验说明: 1、打开超级终端,进行相同的设置 2、通过JLINK烧写程序,按下“RESET”键,可以看到PC接收到的字符串 “welcome to STM32”(using peripherals: the serial port line is a heel, and the PC is connected to the COM1 * * * experimental Name: [B] USART_TEST * * * keil MDK-ARM Standard Version:V4.22A * * software library (keil) Version: V2.0.1 * * firmware library (ST) Version: V *************************************/ /*********************************** * * experimental phenomena: 1, first of all the regular configuration (RCC, NVIC, GPIO), and then the serial port 1 (115200baud 8 bit data bit, 1 bit stop bit and no parity bit) 2. By writing to USART1, the function of sending strings to PC is completed 3. The operation of this experiment on the serial port is by calling the ST firmware library. * * the experiment shows that: 1. Open the super terminal and make the same setup 2, through the JLINK burning program, press the "RESET" key, you can see the string received by PC Welcome to STM32)
Platform: | Size: 653312 | Author: 72521 | Hits:

[Other[01]GPIO (2015.1.10)

Description: Code for Controlling Gpio
Platform: | Size: 191488 | Author: Gohkhor | Hits:

[VHDL-FPGA-VerilogUSB CY7C68013固件

Description: Keil 完成的固件。成功实现ARM与 FPGA的通讯(CY7C68013 IMX6+FPGA + KEIL)
Platform: | Size: 185344 | Author: showlinux | Hits:

[ARM-PowerPC-ColdFire-MIPSat91sam9263_led

Description: AT91SAM9263官方LED闪烁裸机测试程序。文件包括main.c, low_level.c, cstartup.S, Makefile, 一系列头文件等。(The official AT91SAM9263 LED flashing bare metal test program. The files include main.c, low_level.c, cstartup.S, Makefile, a series of header files, and so on.)
Platform: | Size: 121856 | Author: adgnaf | Hits:

[ARM-PowerPC-ColdFire-MIPSxmc_4700_led

Description: 用于英飞凌公司xmc4700扩展板的led闪烁例程,包含完整可执行工程,但环境配置需要正确,不过配置也简单。(The LED scintillation routine for the Infineon Corporation xmc4700 extension board includes complete executable projects, but the environment needs to be configured correctly, but the configuration is simple.)
Platform: | Size: 27648 | Author: hjfshr | Hits:

[DocumentsBlinky

Description: LED Flasher for MCBSTM32E
Platform: | Size: 41984 | Author: star-lake | Hits:

[ARM-PowerPC-ColdFire-MIPSSDCardtest

Description: MCU: Stm32f407 SDCard Keil ARM Program
Platform: | Size: 618496 | Author: viewpp | Hits:

[SCMSTM32F407VG(IAR)_Demo

Description: [I2Saudioplay] stm32f407罪行音频播放例程,好不容易找到的,经测试很好用。 [Audio_playback_and_record] cortexM4内核 stm32f407例程,录音播放wav, [DAC] stm32f407的DAC操作实例,开发工具IAR 6.3,代码可用于MP3播放器开发入门。 [HY32D-CODE] 3.2 ssd1289 stm32f407 application [MPP_55374] mp3源代码的 C语言实现 可以实现随机播放,循环单曲,顺序播放等功能 [TFT800_480] stm32f407 驱动5寸液晶显示图片 液晶控制器型号为SSD1963 [I2C] keil编译环境下,stm32f407使用I2C总线通讯的例程 [SPI] keil编译环境下,stm32f407使用SPI总线进行通讯的例程 [I2S] STM32的I2S编程,开发板带的程序,有做I2S音频这块的同学可以看看 [DCMI] stm32f407使用OV7670摄像头的例子。 [SD_FatFS] stm32f407读写SD卡示例,FAT文件系统说明 [STM32-IIC--MMA8451] STM32的控制MMA8451三轴加速度芯片的IIC驱动,串口打印数据到电脑显示! [jpg-decoding] ARM stm32f407 jpg 解码测试程序 [407mp3] stm32f407通过sdio接口连接sd卡,然后通过i2s播放MP3的源码(example(10)I2S\Third_Party\fat_fs\inc\integer.h (10)I2S\Third_Party\fat_fs\readme.txt (10)I2S\Third_Party\fat_fs\src\diskio.c (10)I2S\Third_Party\fat_fs\src\ff.c (10)I2S\Third_Party\fat_fs\src\option\ccsbcs.c (10)I2S\Third_Party\fat_fs\src\option\syncobj.c (10)I2S\Third_Party\fat_fs\src\option (10)I2S\Third_Party\fat_fs\inc (10)I2S\Third_Party\fat_fs\src (10)I2S\board\inc (10)I2S\board\src (10)I2S\proj\output (10)I2S\Third_Party\fat_fs (10)\board (10)\inc)
Platform: | Size: 733184 | Author: milulaile | Hits:

[OtherSample_Code_SHT21_C-file

Description: SHT20温湿度传感器驱动程序,经修改,在原子开发板上调试成功。可准确读取温度和湿度。编译环境为Keil MDK ARM 5.14((Modified SHT20 driver source code of Huaxiong electronic. Successed run in atomic development board, can read the temperature and humidity. Compiled by Keil MDK ARM 5.14.))
Platform: | Size: 55296 | Author: Galen_Lin | Hits:

[ARM-PowerPC-ColdFire-MIPScmx7261_G.729A

Description: CML公司语音压缩Codec CML7261 G.729A编码部分驱动代码。芯片比较小众,网上没有现成方案,是自己写的,已调试成功并商用,适合嵌入式语音压缩一体化设计方案。开发平台:NXP LPC17xx;KEIL ARM(Code for G.729A Codec CML7261.)
Platform: | Size: 285696 | Author: yyyk | Hits:

[uCOS【1】金龙107_ Emwin控件例程_按键

Description: LED初始化系统定时器初始化 GUI初始化 触摸屏初始化 执行App(STemWinV1.0 KEIL MDK-ARM Standard Version LCD STemWin 5.22)
Platform: | Size: 1414144 | Author: xzh1 | Hits:

[ARM-PowerPC-ColdFire-MIPS无人机源代码 V1.0

Description: Crazepony项目旨在为大学生/航模爱好者/创客提供可二次开发的迷你四轴飞行器原型。是一个完全开源的项目, 包括源代码, 原理图, 设计思路等。 可以通过它学习四轴飞行器相关知识, 也可以在上面进行二次开发, 实现自己的创意。 主控为STM32的F10系列, STM32F103T8U6, ARM Cotex-M3内核, 72MHz主频,128KB存储空间, BGA封装。可以通过Keil阅读和修改。(Crazepony project aims to provide redevelopable mini quad aerocraft prototype for university students/aero-model enthusiasts/makers.Is a complete open source project, including source code, schematic, design ideas.You can learn relevant knowledge of quadcopter through it, and you can also conduct secondary development on it to realize your own ideas. The main control is STM32F10 series, STM32F103T8U6, ARM cotex-m3 kernel, 72MHz main frequency, 128KB storage space, BGA package.It can be read and modified by Keil.)
Platform: | Size: 520192 | Author: 电子星辰 | Hits:
« 1 2 ... 34 35 36 37 38 39»

CodeBus www.codebus.net